home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000351_news@newsmaster….columbia.edu _Mon Sep 15 11:37:43 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA19182
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 15 Sep 1997 11:37:42 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA23212
  7.     for kermit.misc@watsun; Mon, 15 Sep 1997 11:37:42 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: server and client plus modem trouble
  12. Date: 15 Sep 1997 15:37:39 GMT
  13. Organization: Columbia University
  14. Lines: 45
  15. Message-ID: <5vjko3$7k5$1@apakabar.cc.columbia.edu>
  16. References: <341C1F85.D06543BC@cc.ruu.nl>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7674
  19.  
  20. In article <341C1F85.D06543BC@cc.ruu.nl>, Fedor M  <F.Mulder@cc.ruu.nl> wrote:
  21. : I want to communicate with family in Cuba.  The phone lines are very bad
  22. : there so I won't to use an old modem with 9600 baud an Tornado III.  At home
  23. : I have a Victory 14400e modem.  Question 1: So how do I get the modem files
  24. : is there a place where I can find them?
  25. :
  26. The current version of MS-DOS Kermit is 3.14:
  27.  
  28.   http://www.columbia.edu/kermit/mskermit.html
  29.  
  30. It comes with a fairly large collection of modem files, but we don't have
  31. modem files for Tornado or Victory modems -- maybe some other readers can 
  32. help you out?  Otherwise, you have two choices:
  33.  
  34.  1. Read the modem manual to discover the commands for the command, and
  35.     then adapt one of the existing modem files to your modem.
  36.  
  37.  2. Don't use a modem dialing script.  Just CONNECT and type the dialing
  38.     command by hand.
  39.  
  40. : How is the sequence to connect one msdos-kermit with another
  41. : msdos-kermit.
  42. : PC 1 (client)                  PC 2 (server)
  43. : start kermit                    start kermit
  44. :                                (should I start the server here?)
  45. : dial pc2
  46. : connect
  47. : (should I start the server of pc2 here?)
  48. : get or put file
  49. : bye
  50. It depends upon what you want to do.  If you start a server on one end,
  51. there is no point in giving a CONNECT command on the other end because
  52. you won't see anything.
  53.  
  54. Anyway, it is a lot to explain in an email message.  It is the subject of
  55. two chapters (10 and 11) of the manual, "Using MS-DOS Kermit":
  56.  
  57.   http://www.columbia.edu/kermit/manuals.html
  58.  
  59. Good luck!
  60.  
  61. - Frank